bitkeeper revision 1.1159.242.1 (4203fb9erjxo9v5Lwlohe2bcTrLYpg)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Fri, 4 Feb 2005 22:47:58 +0000 (22:47 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Fri, 4 Feb 2005 22:47:58 +0000 (22:47 +0000)
commitb37b5de2e0041f77321fb73f4e925b50e135713a
tree996879890f9fdec362d0bc8afe0df08732568b08
parenta586337b7862caa3244283db549a3078ae9758d3
bitkeeper revision 1.1159.242.1 (4203fb9erjxo9v5Lwlohe2bcTrLYpg)

     1. Deleted slab.c, added xmalloc.c.  Do not rename header or remove
        unnecessary includes (yet).
     2. Add explicit align arg, although current implementation
        over-aligns.
     3. Add list_for_each_entry_safe().
     4. Make xmalloc_array use _xmalloc_array, to avoid duplicate eval
        of "num" arg.
     5. Rearrange slab.h a little to show the exposed functions/macros
        first.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: ian.pratt@cl.cam.ac.uk
.rootkeys
xen/arch/x86/setup.c
xen/common/page_alloc.c
xen/common/xmalloc.c [new file with mode: 0644]
xen/include/xen/domain.h
xen/include/xen/list.h
xen/include/xen/slab.h